iOS-NSNotificationCenter通知原理解析
一、基本概念 NSNotification和NSNotificationCenter是使用观察者模式来实现的用于跨层传递消息。 NSNotificationCenter采用单例模式。 二、基本实 ...
一、基本概念 NSNotification和NSNotificationCenter是使用观察者模式来实现的用于跨层传递消息。 NSNotificationCenter采用单例模式。 二、基本实 ...